Don't look inside target/ for sub-packages
authorAlex Crichton <alex@alexcrichton.com>
Fri, 18 Jul 2014 15:29:40 +0000 (08:29 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 20 Jul 2014 04:50:53 +0000 (21:50 -0700)
commit5e1c31d52d399eaa9c333ac5a3cc259da8207ca5
treeba54484fdd2c69646988707741b9377fa771abc4
parent46c23d8495b9599384df56b93dc093cb81698b42
Don't look inside target/ for sub-packages

When cargo is building itself, it just ends up getting confused because the test
directory is in this location.
src/cargo/ops/cargo_read_manifest.rs
tests/test_cargo_compile.rs